home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / 4th Dimension 6.0.6 demo / Databases / 3rd Party Internet Demos / Netlink Demo / MacOS / NetLink_examples / EB_Diagnostic / READ ME < prev   
Encoding:
Text File  |  1996-08-11  |  1.4 KB  |  44 lines  |  [TEXT/R*ch]

  1. Enclosed, please find a "Database Diagnostics" procedure. Once integrated
  2. into the structure file of a 4D web application, it can provide information
  3. on the database itself, the files within that database, and the fields
  4. within those files.
  5.  
  6. I have also included a version of the NetLink/4D Demo structure file, with
  7. the procedures already in place.
  8.  
  9. To use this demo, you must have a recent version of ACI_PACK, and a copy
  10. of Foresight Technology's NetLink/4D.
  11.  
  12. For best results:
  13.  
  14.    1. Place the following procedures into your structure file first:
  15.    
  16.          - BitIsOn
  17.          - FieldType
  18.          - DBDHeader
  19.          - DBDFooter
  20.          - GeneralDBInfo
  21.          - GeneralFileInfo
  22.          
  23.    2. Next, place the rest of the procedures in the "Used by FieldAttributes"
  24.       folder into your structure file.
  25.       
  26.    3. Then place DBFieldNameList, DBFileList, and FieldAttributes into your
  27.       structure file.
  28.       
  29.    4. Lastly, place DBDiagnostics into the structure folder.
  30.    
  31.    5. These procedures make extensive use of the latest version of ACI_PACK.
  32.       I used ACI_PACK 1.8 to test them, but they should also work with
  33.       some of the earlier versions, e.g., 1.6.
  34.       
  35. I wrote all the code, and would appreciate any feedback. Feel free to give
  36. it away, but tell people where you found it. Thanks.
  37.  
  38.             -- Ed Berard
  39.                ed@toa.com
  40.                (301) 548-9090
  41.                http://www.toa.com/
  42.                
  43.         
  44.